Impl

class Impl<T>(validator: EntryValidator<T>, corrector: EntryCorrector<T>) : EntryChecker<T>

Constructors

Link copied to clipboard
constructor(validator: EntryValidator<T>, corrector: EntryCorrector<T>)

Functions

Link copied to clipboard

Corrects an attempted input, as possible. When correction isn't possible or deterministic, simply validate the entry the same way you would for EntryValidator

Link copied to clipboard

Validates an input per the provided validation type.